home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xt / XtMapWidget.z / XtMapWidget
Encoding:
Text File  |  1998-10-30  |  2.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttMMMMaaaappppWWWWiiiiddddggggeeeetttt((((3333XXXXtttt))))   XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))    XXXXttttMMMMaaaappppWWWWiiiiddddggggeeeetttt((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and
  10.           unmap widgets
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           XtMapWidget(_w)
  14.                Widget _w;
  15.  
  16.           void XtSetMappedWhenManaged(_w, _m_a_p__w_h_e_n__m_a_n_a_g_e_d)
  17.                 Widget _w;
  18.                 Boolean _m_a_p__w_h_e_n__m_a_n_a_g_e_d;
  19.  
  20.           XtUnmapWidget(_w)
  21.                Widget _w;
  22.  
  23.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  24.           _m_a_p__w_h_e_n__m_a_n_a_g_e_d
  25.                     Specifies a Boolean value that indicates the new
  26.                     value of the map_when_managed field.
  27.  
  28.           _w         Specifies the widget.
  29.  
  30.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  31.           If the widget is realized and managed and if the new value
  32.           of map_when_managed is _T_r_u_e, _X_t_S_e_t_M_a_p_p_e_d_W_h_e_n_M_a_n_a_g_e_d maps the
  33.           window.  If the widget is realized and managed and if the
  34.           new value of map_when_managed is _F_a_l_s_e, it unmaps the
  35.           window.  _X_t_S_e_t_M_a_p_p_e_d_W_h_e_n_M_a_n_a_g_e_d is a convenience function
  36.           that is equivalent to (but slightly faster than) calling
  37.           _X_t_S_e_t_V_a_l_u_e_s and setting the new value for the
  38.           mappedWhenManaged resource.  As an alternative to using
  39.           _X_t_S_e_t_M_a_p_p_e_d_W_h_e_n_M_a_n_a_g_e_d to control mapping, a client may set
  40.           mapped_when_managed to _F_a_l_s_e and use _X_t_M_a_p_W_i_d_g_e_t and
  41.           _X_t_U_n_m_a_p_W_i_d_g_e_t explicitly.
  42.  
  43.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  44.           XtManageChildren(3Xt)
  45.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  46.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.